home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / board / IGNUChess151.lha / GNUChess-1.51 / Interface.h < prev    next >
C/C++ Source or Header  |  1994-02-10  |  818b  |  29 lines

  1. /************************************************************************/
  2. /* Prototypes for GUI functions                                            */
  3. /************************************************************************/
  4.  
  5. void Initialize(void);
  6. void ExitChess(int);
  7. void InputCommand(void);
  8. void help(void);
  9. void EditBoard(void);
  10. void ShowDepth(char);
  11. void ShowResults(short, unsigned short *, char);
  12. void SearchStartStuff(short);
  13. void OutputMove(void);
  14. void ElapsedTime(short );
  15. void SetTimeControl(void);
  16. void ClrScreen(void);
  17. void UpdateDisplay(short, short, short, short);
  18. void GetOpenings(void);
  19. void ShowMessage(char *);
  20. void ClearMessage(void);
  21. void ShowSidetomove(void);
  22. void PromptForMove(void);
  23. void ShowCurrentMove(short, short, short);
  24. void SelectLevel(void);
  25. void DrawPiece(short);
  26.  
  27. ULONG ModeID( char * );
  28. extern ULONG DisplayID;
  29.